/*
Theme Name: Danceday theme
Author: Lukas Vesely
Author URI: http://veselylukas.com
Version: 1.0
*/
/* General styles for all menus */
body,
html {
  margin: 0 !important;
  font-family: "Open Sans", sans-serif;
}

h1,
h2,
h3,
p {
  text-align: center;
  font-weight: 300;
}

h1 {
  font-size: 50px;
}

h2 {
  font-size: 26px;
}

h3 {
}

p {
}

img {
  width: 100%;
}

a {
  text-decoration: none;
  color: #464646;
}

.container {
  max-width: 1024px;
  width: 90%;
  margin: auto;
  text-align: center;
}

.clearfix {
  clear: both;
}

/* obsah */
.header-image {
  background-image: url("img/1.jpg");
  width: 100%;
  height: 100vh;
  background-size: contain;
  background-repeat: no-repeat;
  position: fixed;
  top: 70px;
  background-position-x: center;
  min-width: 700px;
  background-position-y: -20px;
}

.content {
  margin-top: 40vw;
  position: relative;
  z-index: 2;
  background: #fff;
}

.content-formular {
  position: relative;
  z-index: 2;
  background: #fff;
}

header {
  width: 100%;
  height: 70px;
  position: fixed;
  top: 0;
  z-index: 10;
  background: #fff;
  box-shadow: 0px -1px 10px #c5c5c5;
}

header .logo {
  float: left;
  width: 350px;
  text-align: center;
  height: 70px;
  padding-left: 10px;
}

header .logo a {
  display: inline-block;
  vertical-align: middle;
  margin-top: -29px;
  margin-left: 10px;
  font-weight: 800;
}

header .logo img {
  width: 55px;
  margin: auto;
  padding-top: 10px;
  display: inline-block;
}

header nav {
  padding-top: 25px;
  float: none;
  width: auto;
  overflow: hidden;
  display: block;
}

.menu-btn {
  width: 26px;
  position: absolute;
  right: 18px;
  top: 22px;
  display: none;
}

header nav ul {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-padding-start: 0;
}

header nav ul li {
  display: inline-block;
  margin: 0 20px;
  position: relative;
  font-size: 14px;
}

header nav ul li:after {
  content: "";
  height: 25px;
  width: 1px;
  position: absolute;
  right: -22px;
  top: -3px;
  background: #dadada;
  transform: rotate(8deg);
}

header nav ul li:last-child:after {
  display: none;
}

header nav ul li a {
  color: #000;
  text-transform: lowercase;
}

header nav ul li a:hover {
  color: #ac755e;
}

.block {
  padding: 60px 0 0 0;
  margin: -30px 0 0 0;
}

.block:first-child {
  padding: 30px 0 30px 0;
}

.video-left {
  width: 47%;
  display: inline-block;
  float: left;
}

#ytplayer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-right {
  float: right;
  width: 47%;
  display: inline-block;
}

.wrap-video {
  position: relative;
  padding-bottom: 56%;
  height: 0;
  overflow: hidden;
}

.btn {
  display: block;
  margin: auto;
  width: 150px;
  /* border: 2px solid #000; */
  padding: 13px;
  font-weight: 600;
  font-size: 19px;
  margin-top: 40px;
  border-bottom: 2px solid #ac755e;
  transition: 400ms;
  color: #ac755e;
}

.btn:hover {
  transform: scale(1.1);
}

#bgmp_map-canvas {
  width: 100% !important;
}

.mapa {
  position: relative;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -ms-filter: grayscale(1);
}

.formular {
  margin: auto;
  width: 100%;
  height: 2350px;
}

.content-formular footer {
  padding-top: 30px;
  border: none;
  margin-top: 0;
}

footer {
  padding-top: 50px;
  border-top: 1px solid #e8e8e8;
  margin-top: 45px;
}

footer .partners {
  text-align: center;
}

footer .partners .partner-block {
  display: inline-block;
  text-align: center;
  margin-bottom: 40px;
  vertical-align: top;
}

footer .partners .partner-block span {
  display: block;
}

footer .partners .partner-block .partner-item {
  width: 130px;
  margin: auto;
  margin-top: 10px;
}

footer .partners .partner-block .partner-long {
  width: 139px;
  margin: auto;
  margin-top: 10px;
  display: inline-block;
}
footer .partners .partner-block .partner-long img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 77px;
}
footer .partners .partner-block .partner-item img {
  margin: auto;
}

footer .middle {
  background: #ddd;
  padding: 50px 0;
}

footer .middle .left {
  width: 50%;
  float: left;
  text-align: left;
  height: 100%;
  padding: 37px 30px 0 70px;
  box-sizing: border-box;
}

footer .middle .left p {
  text-align: left;
}

footer .middle .left h2 {
  text-align: left;
}

footer .middle .right {
  width: 50%;
  float: right;
  text-align: center;
}

footer .last {
  background: #ddd;
  border-top: 1px solid #ececec;
  padding: 20px;
}

footer .last .text-left {
  float: left;
  color: #757575;
}

footer .last .nav-right {
  float: right;
}

footer .last .nav-right .nav-item {
  display: inline-block;
  margin: 0 15px;
  color: #464646;
  font-size: 14px;
  font-weight: 600;
}

@media screen and (max-width: 750px) {
  .header-image {
    /* background-position-y: -56px; */
    background-size: cover;
    height: 400px;
    background-position-y: -50px;
    background-position-x: right;
  }
  .content {
    margin-top: 400px;
  }

  .video-left,
  .video-right {
    width: 100%;
    margin: 20px 0;
  }

  footer .middle .left {
    width: 90%;
    text-align: center;
    padding: 0;
    padding-bottom: 20px;
    margin: auto;
    float: none;
  }

  footer .middle .left h2 {
    text-align: center;
  }

  footer .middle .right {
    width: 100%;
  }
}

@media screen and (max-width: 990px) {
  h1 {
    font-size: 35px;
  }

  header nav {
    width: 100%;
    height: 100%;
    background: #fff;
    top: 70px;
    position: fixed;
    display: none;
  }

  header nav ul {
    -webkit-padding-start: 0;
  }

  header nav ul li {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 25px;
    margin: 24px 0;
  }

  header nav ul li:after {
  }

  header .logo a {
    font-size: 15px;
  }

  header .logo img {
    width: 45px;
    padding-top: 17px;
    margin-left: -10px;
  }

  header nav ul li a {
    text-decoration: overline;
  }

  header #slide {
    display: none;
  }

  .menu-btn {
    display: block;
  }
}

@media screen and (max-width: 650px) {
  .header-image {
  }

  @media screen and (max-width: 520px) {
    .header-image {
      background-position-x: right;
      height: 300px;
      background-position-y: 0;
    }

    .content {
      margin-top: 400px;
    }
  }
}

@media screen and (max-width: 340px) {
  .header-image {
    background-position-x: -297px !important;
    height: 300px;
    background-position-y: 0;
  }

  .content {
    margin-top: 400px;
  }
}
